home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / dos_win / winsock / maillist / 94-04.Z / 94-04 / text0229.txt < prev    next >
Encoding:
Text File  |  1994-04-30  |  2.5 KB  |  87 lines

  1. In article <netnewsCoC4zM.LFH@netcom.com> tes@netcom.com (Tracy E. Schreiber) writes:
  2.  
  3. >I tried using this program with Trumpet 1.0 Rev B beta #6.  I get the
  4. >error Found no service: whois/tcp.  Any suggestions anyone?
  5.  
  6. Edit your SERVICES file, and make sure that it contains a line
  7. like the following:
  8. whois           43/tcp          nicname
  9.  
  10. The SERVICES file should be in the same directory as TCPMAN.EXE and
  11. WINSOCK.DLL
  12.  
  13. Later,
  14. Ashok
  15. --
  16. Ashok Aiyar                        Mail: ashok@biochemistry.cwru.edu
  17. Department of Biochemistry                       Tel: (216) 368-3300
  18. CWRU School of Medicine, Cleveland, Ohio         Fax: (216) 368-4544
  19. MIME Enclosures OK
  20. From news@bigblue.oit.unc.edu Wed Apr 20 23:44:16 1994
  21. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  22.           id AA09367; Wed, 20 Apr 1994 23:44:16 -0400
  23. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  24.           id AA16714; Wed, 20 Apr 1994 22:19:29 -0500
  25. Received: from GATEWAY by bigblue with netnews
  26.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  27. To: winsock@sunsite.unc.edu
  28. Date: Wed, 20 Apr 1994 16:43:34
  29. From: Nuwermj@potsdam.edu (Michael Nuwer)
  30. Message-Id: <Nuwermj.70.0010BA6C@potsdam.edu>
  31. Organization: Potsdam College
  32. Sender: ses
  33. References: <kasajianCoADJq.31o@netcom.com>
  34. Subject: Re: Trumpet Winsock without Ndis..  how?
  35.  
  36. In article <kasajianCoADJq.31o@netcom.com> kasajian@netcom.com (Kenneth Kasajian) writes:
  37. >From: kasajian@netcom.com (Kenneth Kasajian)
  38. >Subject: Trumpet Winsock without Ndis..  how?
  39. >Date: Fri, 15 Apr 1994 05:50:14 GMT
  40.  
  41.  
  42. >I'd like to use Trumpet Winsock with straight Windows 3.1.  Right 
  43. >now I'm using it with Windows for Workgroups 3.11 and it works great!
  44. >I'm using the dis_pkt.dos driver to convert ndis to pkt so that winpkt
  45. >will see it.  
  46.  
  47. >But if don't have ndis, such as when I'm running vanilla Windows 3.1,
  48. >what pkt driver to I use?  What will it talk to?  I can't imagine
  49. >it talking directly to the hardware.  Is there a version which will
  50. >talk to, say, ODI?
  51.  
  52. Here is an example of my system when I use NDIS (its on a DEC pathworks 
  53. network).
  54.  
  55. I have an Etherworks 3 NIC made by DEC
  56.  
  57.  
  58. config.sys
  59.  
  60. EWRK3.DOS   
  61. DIS_PKT9.DOS
  62.  
  63. autoexec.bat
  64.  
  65. DLLNDIS
  66. NETBIND
  67. other DEC stuff
  68. REDIR
  69.  
  70. WINPKT 0x60
  71.  
  72. For the same system using Netware and ODI I run
  73.  
  74. autoexec.bat
  75.  
  76. LSL           FROM NOVELL
  77. EWRK3         FROM DEC
  78. IPXODI        FROM NOVELL
  79. NETX
  80. ODIPKT        FROM INTERNET FTP
  81. WINPKT 0x69   FROM INTERNET FTP
  82.  
  83. Let me know if you need the FTP sites
  84.  
  85.  
  86.  
  87.